024b439c3c9f7fb8c760f47e8361d124212d0ae7,webs/sync-web/docroot/WEB-INF/src/com/liferay/sync/service/base/SyncPreferencesLocalServiceClpInvoker.java,SyncPreferencesLocalServiceClpInvoker,invokeMethod,#String#String[]#Object[]#,46
Before Change
if (_methodName33.equals(name) &&
Arrays.deepEquals(_methodParameterTypes33, parameterTypes)) {
return SyncPreferencesLocalServiceUtil.enableOAuth(((Long)arguments[0]).longValue(),
(com.liferay.portal.kernel.service.ServiceContext)arguments[1]);
}
if (_methodName34.equals(name) &&
After Change
if (_methodName33.equals(name) &&
Arrays.deepEquals(_methodParameterTypes33, parameterTypes)) {
SyncPreferencesLocalServiceUtil.enableOAuth(((Long)arguments[0]).longValue(),
(com.liferay.portal.kernel.service.ServiceContext)arguments[1]);
return null;
}